testing.common.checkRaces (method)

8 uses

	testing (current package)
		benchmark.go#L203: 		b.checkRaces()
		fuzz.go#L650: 		f.checkRaces()
		testing.go#L1000: 		c.checkRaces()
		testing.go#L1458: 		c.lastRaceErrors.Store(c.parent.checkRaces())
		testing.go#L1472: func (c *common) checkRaces() (raceErrors int64) {
		testing.go#L1569: 	t.checkRaces()
		testing.go#L1650: 		t.checkRaces()
		testing.go#L1765: 			t.checkRaces()